+2005-04-04 Johan Dahlin <johan@gnome.org>
+
+ * gtk/gtk.symbols: Remove symbols accidentally added.
+ * gtk/gtkentryprivate.h: Add boolean property popup_set_width
+ * gtk/gtktoggletoolbutton.c: (gtk_toggle_tool_button_class_init):
+ Use object_class instead of gobject_class
+
Mon Apr 4 12:14:35 2005 Søren Sandmann <sandmann@redhat.com>
* gtk/gtkmenu.c (gtk_menu_handle_scrolling): Translate x, y into
+2005-04-04 Johan Dahlin <johan@gnome.org>
+
+ * gtk/gtk.symbols: Remove symbols accidentally added.
+ * gtk/gtkentryprivate.h: Add boolean property popup_set_width
+ * gtk/gtktoggletoolbutton.c: (gtk_toggle_tool_button_class_init):
+ Use object_class instead of gobject_class
+
Mon Apr 4 12:14:35 2005 Søren Sandmann <sandmann@redhat.com>
* gtk/gtkmenu.c (gtk_menu_handle_scrolling): Translate x, y into
+2005-04-04 Johan Dahlin <johan@gnome.org>
+
+ * gtk/gtk.symbols: Remove symbols accidentally added.
+ * gtk/gtkentryprivate.h: Add boolean property popup_set_width
+ * gtk/gtktoggletoolbutton.c: (gtk_toggle_tool_button_class_init):
+ Use object_class instead of gobject_class
+
Mon Apr 4 12:14:35 2005 Søren Sandmann <sandmann@redhat.com>
* gtk/gtkmenu.c (gtk_menu_handle_scrolling): Translate x, y into
#if IN_FILE(__GTK_ICON_VIEW_C__)
gtk_icon_view_get_column_spacing
gtk_icon_view_get_columns
-gtk_icon_view_set_cursor
-gtk_icon_view_get_cursor
gtk_icon_view_get_item_width
gtk_icon_view_get_margin
gtk_icon_view_get_markup_column
gtk_icon_view_get_model
gtk_icon_view_get_orientation
gtk_icon_view_get_path_at_pos
-gtk_icon_view_get_item_at_pos
gtk_icon_view_get_pixbuf_column
gtk_icon_view_get_row_spacing
gtk_icon_view_get_selected_items
guint has_completion : 1;
guint inline_completion : 1;
guint popup_completion : 1;
-
+ guint popup_set_width : 1;
GSource *check_completion_idle;
};
*
* Since: 2.8
*/
- g_object_class_install_property (gobject_class,
+ g_object_class_install_property (object_class,
PROP_ACTIVE,
g_param_spec_boolean ("active",
P_("Active"),